'Declaration
Protected Overrides Sub ApplySortCore( _ ByVal prop As PropertyDescriptor, _ ByVal direction As ListSortDirection _ )
protected override void ApplySortCore( PropertyDescriptor prop, ListSortDirection direction )
Parameters
- prop
- A System.ComponentModel.PropertyDescriptor that specifies the property to sort on.
- direction
- One of the System.ComponentModel.ListSortDirection values.